home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / misc / edu / Mentat.lha / Mentat / Catalogs / mentat.cd < prev    next >
Text File  |  2000-08-06  |  6KB  |  219 lines

  1. ;
  2. ; >>> Main pulldown menu
  3. ;
  4. ;Menu subtitle - Project
  5. MSG_MMENU_PROJECT (//)
  6. Project
  7. ;
  8. ;Menu Project item - show preferences window
  9. MSG_MENU_PREFS (//)
  10. Prefs
  11. ;
  12. ;Menu Project item - show about program information
  13. MSG_MENU_ABOUT (//)
  14. About
  15. ;
  16. ;Menu Project item - show about MUI window
  17. MSG_MENU_ABOUTMUI (//)
  18. About MUI
  19. ;
  20. ;Menu Project item - Quit program
  21. MSG_MENU_QUIT (//)
  22. Quit
  23. ;
  24. ;
  25. ;Menu subtitle - Search
  26. MSG_MMENU_SEARCH (//)
  27. Search
  28. ;
  29. ;Menu Search item - show search window
  30. MSG_MENU_SEARCHWINDOW (//)
  31. Search window
  32. ;
  33. ;
  34. ; >>> Main WINDOW
  35. ;
  36. ;Title for listview with previously founded words
  37. MSG_MW_FOUNDEDWORDS_TITLE (//)
  38. Founded Words
  39. ;
  40. ;Bubble text for text input area (for word to be searched)
  41. MSG_MW_FINDWORD_HELP (//)
  42. Write a word you want to find in a dictionary.
  43. ;
  44. ;Bubble text for button that opens a window with previously founded words
  45. MSG_MW_OLDWORDS_HELP (//)
  46. Press this button to see previously founded words.
  47. ;
  48. ;Title for listview with related words
  49. MSG_MW_RELATEDWORDS_TITLE (//)
  50. Look also
  51. ;
  52. ;Bubble text for button that opens a window with related words
  53. MSG_MW_RELATEDWORDS_HELP (//)
  54. Press this button to see a list of related words.
  55. ;
  56. ;Bubble text for button moving to previous word in dictionary
  57. MSG_MW_PREV_HELP (//)
  58. Go to Previous word in dictionary.
  59. ;
  60. ;Bubble text for button moving to next word in dictionary
  61. MSG_MW_NEXT_HELP (//)
  62. Go to Next word in dictionary.
  63. ;
  64. ;Title for group of searching tools
  65. MSG_MW_SEARCHGROUP_TITLE (//)
  66. Choose a word to search
  67. ;
  68. ;Title for listview with description of founded word
  69. MSG_MW_RESULT_TITLE (//)
  70. Results
  71. ;
  72. ;
  73. ; >>> Preference WINDOW
  74. ;
  75. ;Title for part of preference window with misc settings
  76. MSG_PW_MISC_SETTINGS (//20)
  77. Misc
  78. ;
  79. ;Title for part of preference window with colors settings
  80. MSG_PW_COLORS_SETTINGS (//20)
  81. Colors
  82. ;
  83. ;Title for checkmark if Mentat should be casesensitiv
  84. MSG_PW_IGNORECASE (//)
  85. Case sensitiv?
  86. ;
  87. ;Title for checkmark if Mentat should flash screen when there is no searched word
  88. MSG_PW_FLASHDISPLAY (//)
  89. Flash display?
  90. ;
  91. ;Title for button to set color of Title in main listview
  92. MSG_PW_TITLECOLOR (//)
  93. Choose Title color
  94. ;
  95. ;Title for button to set color of Quotated text in main listview
  96. MSG_PW_QUOTATIONCOLOR (//)
  97. Choose Quotation color
  98. ;
  99. ;Title for button to set color of Related words in main listview
  100. MSG_PW_SIMILARCOLOR (//)
  101. Choose Related Words color
  102. ;
  103. ;Title of the subwindow to choose color of Title in main listview
  104. MSG_PW_TITLECOLOR_WINDOW (//)
  105. Choose a Title color
  106. ;
  107. ;Title of the subwindow to choose color of Quotated text in main listview
  108. MSG_PW_QUOTATIONCOLOR_WINDOW (//)
  109. Choose a Quotation color
  110. ;
  111. ;Title of the subwindow to choose color of Related words in main listview
  112. MSG_PW_SIMILARCOLOR_WINDOW (//)
  113. Choose a Related words link color
  114. ;
  115. ;Title of Group with objects to set window colors
  116. MSG_PW_PREFSCOLOR (//)
  117. Color Settings
  118. ;
  119. ;Title of Group with objects to startup settings
  120. MSG_PW_STARTUPPREFS (//)
  121. Startup Settings
  122. ;
  123. ;Use button of Preference Window
  124. MSG_PW_USEBUTTON (//)
  125. Use
  126. ;
  127. ;Save button of Preference Window
  128. MSG_PW_SAVEBUTTON (//)
  129. Save
  130. ;
  131. ;Cancel button of Preference Window
  132. MSG_PW_CANCELBUTTON (//)
  133. Cancel
  134. ;
  135. ;Title of Preference Window
  136. MSG_PW_WINDOWTITLE (//)
  137. Preference Window
  138. ;
  139. ;
  140. ; >>> Preference WINDOW
  141. ;
  142. ;Title of main listview in window with search results
  143. MSG_SW_LISTVIEW_TITLE (//)
  144. Search results
  145. ;
  146. ;Bubble help to text input field - where you write core of the word to find it in dictionary
  147. MSG_SW_SEARCHSTRING_HELP (//)
  148. Write base pattern of the words you want to find in dictionary.
  149. ;
  150. ;Search Window title
  151. MSG_SW_WINDOWTITLE (//)
  152. Search Window
  153. ;
  154. ;
  155. ; >>> Main program texts
  156. ;
  157. ;Program description to be show as commodition info (in exchange for example)
  158. MSG_MENTAT_DESCRIPTION (//)
  159. English2English Dictionary
  160. ;
  161. ;File name of AmigaGuide with manual for Mentat (if there is no right file
  162. ;for you language use most common language in your country)
  163. MSG_MENTAT_HELPFILE (//)
  164. Mentat_eng.guide
  165. ;
  166. ;When you want to quit Mentat
  167. MSG_MENTAT_QUIT (//)
  168. Are you sure to quit Mentat?
  169. ;
  170. ;
  171. ;
  172. ; >>> Error messages
  173. ;
  174. ;Message when Mentat is unable to open muimaster.library
  175. MSG_ERROR_MUI1 (//)
  176. Can't Open MUIMaster Library.\n
  177. ;
  178. ;When Mentat finds wrong structure of related words in datas
  179. MSG_ERROR_DCT1 (//)
  180. Error of data structure (related words structure).\n
  181. ;
  182. ;When Mentat has founded word in INDEX but there is now such a
  183. ;word in main data structure (can only happen when somebody was
  184. ;doing something with data)
  185. MSG_ERROR_DCT2 (//)
  186. Error of data structure (there is no such a word in main data dictionary, but index file claims there should be).\n
  187. ;
  188. ;When Mentat finds wrong structure of data (problem with START index calculations)
  189. MSG_ERROR_DCT3 (//)
  190. Error of data structure (index file points wrong START position of word in dictionary).\n
  191. ;
  192. ;When Mentat finds wrong structure of data (problem with END index calculations)
  193. MSG_ERROR_DCT4 (//)
  194. Error of data structure (index file points wrong END position of word in dictionary).\n
  195. ;
  196. ;No more free memory
  197. MSG_ERROR_NOMEMORY (//)
  198. There is not enought free memory!\n
  199. ;
  200. ;Mentat can't open index file (there is no such or some privilage violation)
  201. MSG_ERROR_NOINDEX (//)
  202. Can't open index file!\n
  203. ;
  204. ;Wrong version of INDEX file
  205. MSG_ERROR_OLDINDEX (//)
  206. Wrong version of INDEX file (try to get new one from Mentat webpage).\n
  207. ;
  208. ;Mentat can't open dictionary file (there is no such or some privilage violation)
  209. MSG_ERROR_NODCT (//)
  210. Can't open dictionary file!\n
  211. ;
  212. ;Wrong version of DICTIONARY file
  213. MSG_ERROR_OLDDCT (//)
  214. Wrong version of DICTIONARY file (try to get new one from Mentat webpage).\n
  215. ;
  216. ;Dictionary is too short (probably file is corrupted)
  217. MSG_ERROR_2SHORTDCT (//)
  218. Dictionary file is too short! - possible file corruption.\n
  219.